https://waze.com/ul?acvp=65BF8AC7-45FE-4658-878A-DC20E64A88D2
برچسب: نویسنده: ایلیا حیدری تاريخ: پنجشنبه 12 بهمن 1396 ساعت: 20:02
برچسب: نویسنده: ایلیا حیدری تاريخ: پنجشنبه 12 بهمن 1396 ساعت: 20:02
gameover.blog.ir
//Author:@gameoverblog gameover.blog.ir
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class cameraFieldOfView : MonoBehaviour {
public Camera cam;
public Transform t1, t2;
void Update () {
cam.fieldOfView = Vector3.Distance(t1.position, t2.position);
}
}
برچسب: نویسنده: ایلیا حیدری تاريخ: سه شنبه 3 بهمن 1396 ساعت: 2:02